Skip to content

Conversation

@iexec-release-please-app
Copy link
Contributor

@iexec-release-please-app iexec-release-please-app bot commented Nov 13, 2025

🤖 I have created a release beep boop

6.2.0 (2025-12-03)

🚀 Added

  • v6.2.0 upgrade script (#329) (564ae6b)
  • Add Arbitrum One support and configuration (ffa7107)
  • Add conventional commits check and release please (#256) (00a111e)
  • add gha upgrade facet (#289) (dc112b1)
  • add github action workflow for setting callback (#274) (dd148fe)
  • Add missing pvk to script workflows (#282) (9b06da2)
  • Add verify all contracts command (0663e7c)
  • add view assets functions (#262) (ccfe6e5)
  • Build before publishing (7f73bf0)
  • D'ont deploy Boost facet (2203977)
  • Deploy on Arbitrum Sepolia (#246) (6a4fac2)
  • deploy on testnets with CreateX (#216) (aa27cae)
  • deploy: add multi-chain deployment workflow with configuration management (#218) (f83a6cf)
  • enhance isDatasetCompatibleWithDeal function to return with a reason (#267) (165d9d6)
  • enhance printFunctions to decode function selectors (#294) (3ad03af)
  • Ignore TEE framework bits in dataset tags for cross-framework compatibility (#325) (2349970)
  • implement dataset compatibility check with a deal in IexecPoco1Facet (#266) (550e707)
  • Make setName function as nonpayable to restore compatibility with iExec sdk (#286) (f2ae2c3)
  • migrate old IexecAccessorsFacet to IexecPocoAccessorsFacet (#259) (786bee4)
  • Migrate proxy to Diamond pattern (ERC-2535) (#241) (1d2c8f7)
  • prepare mainnet (#248) (0ad0267)
  • Print facet names and save diamond description (#301) (cd65019)
  • Publish NPM package for version v5.6.0 rc1 (#247) (c37a0de)
  • Publish npm package on tag event (6a00f0c)
  • refactor addModulesToProxy to use new factory classes and validate IexecLibOrders_v5 (08d616d)
  • refactor upgrade-helper to use DiamondCut for module updates (1a547e7)
  • refactor upgrade-helper to use DiamondCut for module updates (#235) (b4963d2)
  • Remove boost facets on Arbitrum Sepolia testnet (#299) (17e57bc)
  • Remove dangling deployment artifacts (#300) (63d0017)
  • Remove ENS modules and related files/dep from the project (#225) (1da7dd1)
  • remove precommit hooks & move to ci (#320) (eb0c845)
  • rename-part-3 (#234) (59f7eaa)
  • replace erc1538 naming to diamond proxy naming - part 1 (#229) (c83fed7)
  • replace erc1538 naming to diamond proxy naming - part 2 (#230) (b6a5a16)
  • Restore compatibility with iExec SDK. (#240) (3b43823)
  • Revert if dataset order is not compatible with deal (#278) (72a3854)
  • Save IexecLibOrders_v5 in config file (#242) (11b00d0)
  • set constant from public to internal (#260) (07c96e1)
  • Set owner at deployment (fd02b4b)
  • Set owner at deployment (#245) (619b0b8)
  • Target latest EVM version (9cd64d6)
  • Target latest EVM version (#239) (b173aef)
  • update changelog and refactor encodeModuleProxyUpdate function in upgrade-helper (64bfac3)
  • Update global interfaces (#277) (e50bfb4)
  • update workflow to trigger only on pull requests (c69de7d)
  • Upgrade all contracts to Solidity v0.8.0 (#287) (55729ad)
  • upgrade hardhat (#313) (091319a)
  • upgrade to etherscan v2 (#288) (6b9b450)
  • Use custom errors when receiveApproval fails and set callbackgas to 200k (#331) (81778ee)
  • Use latest npm package (7d37a34)
  • Use namespaced storage (#236) (1e89ce3)
  • Use owner and token addresses (697c0dd)
  • use storage lib (#243) (4376b26)

✍️ Changed

  • Adapt contracts file tree (#238) (dffdcc1)
  • Add EOF empty line (60adfc2)
  • auto generated doc (#268) (ab11bb4)
  • Bump package version (ac2f3af)
  • change Address type to string for ENS registry addresses in tests (3a53442)
  • clean (b8d87d3)
  • Clean (5562ea5)
  • Clean npm dependencies & disable postinstall scripts (#333) (db44994)
  • clean up whitespace in registries test file (38e9c53)
  • Cleazn (37e0171)
  • Debug publish job (e58b8d2)
  • Debug publish job (f957e73)
  • Debug publish job (56a7fae)
  • Debug publish job (c80669c)
  • Debug publish job (91f4719)
  • Ensure DEPLOYER_PRIVATE_KEY is set before deployment (f05fef5)
  • Fix set-callback-gas script (#270) (529ab75)
  • Fix and refactor bulk processing upgrade script (#298) (f53c7e3)
  • Fix build with new storage layout (#237) (efa1d22)
  • Fix comment (6d98829)
  • Fix smart contracts verification (39dfe99)
  • Fix tests (5fafdf9)
  • Format all files except autogenerated ones (#307) (7d41712)
  • format contracts (#227) (287cc9c)
  • Move facets to rool folder (d0c3eee)
  • Provide default value for DEPLOYER_PRIVATE_KEY in configuration (eb70c09)
  • Refactor dataset order tag ignoring code (#332) (f50b898)
  • Remove deployments/*Delegate.json deployment file from arbitrumSepolia (#309) (ed265a9)
  • remove unnecessary BigInt conversion in IexecPoco1 tests (4158636)
  • remove unused erc1271Mock variable and streamline contract address retrieval (671cd4e)
  • remove unused proxyAddress retrieval in IexecPoco2 finalize test (0e7c668)
  • Rename Avalanche Fuji and Arbitrum Sepolia network configuration (#217) (85844a4)
  • rename BN2Address to bigintToAddress and update parameter type (bf68e03)
  • Rename common facet (f28c23b)
  • Rename job (5894859)
  • rename oracleConsumerInstanceAddress to oracleConsumerAddress in IexecPoco2 finalize tests (eb06287)
  • Rename variable (11db51a)
  • replace Address type with string in IexecPoco tests (8b7ae82)
  • replace BN2Address with bigintToAddress in registries tests (1112812)
  • replace iexecPocoAddress with proxyAddress in event assertions (5359f01)
  • replace iexecPocoAddress with proxyAddress in IexecPoco2 tests (604d985)
  • Reuse resuable workflow (18b332e)
  • set named account and change admin to owner naming (#276) (5857e81)
  • update callback address retrieval in IexecPoco2 finalize test (3740772)
  • update comment to reflect correct ethers function for volume conversion (f9bc1f0)
  • update copyright year to 2025 in IexecPocoBoost test files (623b75c)
  • update occurences (b2a7c9c)
  • Update occurences (8c53199)
  • Update owner address in config.json to MAINNETS_POCO_OWNER (d7644e7)
  • Update owner address placeholder in config.json (e474afc)
  • update signature handling and improve BN2Address function (662cd03)
  • Update tests and config (f11adcd)
  • update timestamp handling in IexecWrapper and poco-tools (cd14b8d)
  • Update token address for Arbitrum One in config.json (466cb47)
  • Use rlc factory insead of ownable (3b9c895)

📋 Misc

  • add CHANGELOG.md to .prettierignore (#326) (001a6a6)
  • Add prettierignore file (cf87ba8)
  • Add upgrade reports (#292) (db9c7e3)
  • Bump npm package version (001b910)
  • Bump package version to v6.1.0-rc1 (#275) (8e32319)
  • Bump rc version (#281) (f335502)
  • Clean (377d066)
  • Clean ci files (9bc85f4)
  • Clean config.json files (#283) (8db5451)
  • Clean contracts and tests - part1 (#330) (52e8fc7)
  • Clean unused files (#314) (3b28585)
  • Do some cleaning (aaf7224)
  • Fix npm publish (#284) (305d825)
  • Generate ABIs (#272) (d75e65e)
  • main: release poco 6.1.0 (#265) (ec8fedf)
  • Push artifacts using PRs on the protected branch (#285) (9d5ff50)
  • Remove token swap facet & generate human readable ABIs (#311) (b277aa0)
  • Remove unused signature verifier solv6 contract (#315) (d0bc2be)
  • Rename job (1505b2d)
  • Rename script file (6219cc3)
  • Save deployment artifacts for arbitrum (run_id: 16677192533) (ce97314)
  • Save deployment artifacts for arbitrum (run_id: 16677192533) (#249) (5512018)
  • Save deployment artifacts for arbitrumSepolia (run_id: 16524196468) (6cb191a)
  • Save deployment artifacts for arbitrumSepolia (run_id: 16524713536) (41f4688)
  • Save deployment artifacts for arbitrumSepolia (run_id: 16525021658) (629120d)
  • Save deployment artifacts for arbitrumSepolia (run_id: 16576595973) (bd32bb9)
  • Save upgrade artifacts - arbitrum (#327) (5ec3166)
  • Save upgrade artifacts - arbitrumSepolia (runId:18775709142) (#302) (c47218d)
  • Tag version 6.1.0-contracts (#295) (6b91de4)
  • Update bulk processing upgrade report (#303) (fc8a48f)
  • Update changelog (e15f6dd)
  • Update Changelog file (ed08f1c)
  • Update changelog for release (#251) (a393319)
  • Update changelog of previous release (533eb68)
  • Update command name (5756d44)
  • Update deal tag comments (#280) (0806c70)
  • Update upgrade report and clean upgrade script (#296) (50b772f)

This PR was generated with Release Please. See documentation.

@codecov
Copy link

codecov bot commented Nov 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.39%. Comparing base (db44994) to head (ec28746).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #328   +/-   ##
=======================================
  Coverage   96.39%   96.39%           
=======================================
  Files          33       33           
  Lines        1137     1137           
  Branches      214      228   +14     
=======================================
  Hits         1096     1096           
  Misses         41       41           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@iexec-release-please-app iexec-release-please-app bot force-pushed the release-please--branches--main--components--poco branch from 0420124 to de52299 Compare November 14, 2025 10:36
@iexec-release-please-app iexec-release-please-app bot force-pushed the release-please--branches--main--components--poco branch from bcc629a to 16003ae Compare November 14, 2025 16:06
@iexec-release-please-app iexec-release-please-app bot force-pushed the release-please--branches--main--components--poco branch 3 times, most recently from 7226782 to 4e07b1c Compare December 1, 2025 17:27
@iexec-release-please-app iexec-release-please-app bot force-pushed the release-please--branches--main--components--poco branch from 4e07b1c to ec28746 Compare December 3, 2025 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant